Microsoft Windows Graphic

To remove a trust

Using the Windows interface

  1. Open Active Directory Domains and Trusts.
  2. In the console tree, right-click the domain that contains the trust you want to remove, and then click Properties.
  3. On the Trusts tab, under either Domains trusted by this domain (outgoing trusts) or Domains that trust this domain (incoming trusts), click the trust to be removed, and then click Remove.
  4. Do one of the following, and then click OK:

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    netdom trust TrustingDomainName /d:TrustedDomainName /remove /UserD:User /PasswordD:*

Value Description
TrustingDomainName Specifies the DNS name of the trusting domain in the trust that is being removed.
TrustedDomainName Specifies the DNS name of the domain that is trusted in the trust that is being removed.

Notes

Related Topics